|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| negotiator | |
| negotiator.actions | |
| Uses of Action in negotiator |
|---|
| Methods in negotiator that return Action | |
|---|---|
abstract Action |
Agent.chooseAction()
this function is called after ReceiveMessage, with an Offer-action. |
| Methods in negotiator with parameters of type Action | |
|---|---|
void |
Agent.ReceiveMessage(Action opponentAction)
informs you which action the opponent did |
| Uses of Action in negotiator.actions |
|---|
| Subclasses of Action in negotiator.actions | |
|---|---|
class |
Accept
This class is used to create an action which symbolizes that an agent accepts an offer. |
class |
EndNegotiation
Class which symbolizes the action to leave a negotiation. |
class |
IllegalAction
This action represents that the agent did an illegal action (not fitting the protocol), eg kill his agent. |
class |
Offer
Class which symbolizes an offer of an agent for the opponent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||